home *** CD-ROM | disk | FTP | other *** search
- but_next3.onRelease = function()
- {
- _root.gotoAndStop(9);
- };
- if(ra == 0)
- {
- rama1.gotoAndStop(2);
- ra = 1;
- }
- _root["rama" + ra].gotoAndStop(2);
- fon_b1.onRelease = function()
- {
- rama1.gotoAndStop(2);
- rama2.gotoAndStop(1);
- rama3.gotoAndStop(1);
- ra = 1;
- };
- fon_b2.onRelease = function()
- {
- rama1.gotoAndStop(1);
- rama2.gotoAndStop(2);
- rama3.gotoAndStop(1);
- ra = 2;
- };
- fon_b3.onRelease = function()
- {
- rama1.gotoAndStop(1);
- rama2.gotoAndStop(1);
- rama3.gotoAndStop(2);
- ra = 3;
- };
-